github.com/klauspost/compress/zstd.history.dict (field)

17 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L435: 		if huff == nil || (hist.dict != nil && huff == hist.dict.litEnc) {
		blockdec.go#L677: 		if hist.dict != nil {
		blockdec.go#L678: 			hist.dict.content = nil
		decoder.go#L682: 				if block.async.newHist.dict != nil {
		decoder.go#L683: 					hist.setDict(block.async.newHist.dict)
		decoder.go#L737: 				if block.async.newHist.dict != nil {
		decoder.go#L738: 					hist.setDict(block.async.newHist.dict)
		decoder.go#L894: 				if h.dict != nil {
		decoder.go#L895: 					hist.setDict(h.dict)
		history.go#L30: 	dict             *dict
		history.go#L44: 	h.dict = nil
		history.go#L50: 		if h.dict == nil || h.dict.litEnc != h.huffTree {
		history.go#L61: 	h.dict = dict
		seqdec.go#L96: 	if hist.dict != nil {
		seqdec.go#L97: 		s.dict = hist.dict.content